juilElement

Class: com.microstrategy.web.app.taglibs.JuilElementTag

Description:

The JuilElementTag interface respresents the html/javascript to register a model block and view block (directly retrieved from BlockFactory instance. It generates the following: RESERVED FOR FUTURE USE.

Name Required? Description
genScript false Specifies whether to render the layout scripts for the view block or not.
modelBlock true Sets the name of the model block to be retrieved from BlockFactory.
modelId false Sets the id of the model block. If it's not set the tag will pick up modelBlockName postfix by "_model" as the id.
renderView false Specifies whether to call the render() on the view block.
viewBlock true Sets the name of the view block to be retrieved from BlockFactory.
viewId false Sets the id of the view block. If it's not set the tag will pick up viewBlockName postfix by "_view" as the id.